continue;
}
deletes.add(new HgFile(VcsUtil.getVcsRootFor(myProject, file), file));
}
if (!deletes.isEmpty()) {
continue;
}
VirtualFile root = VcsUtil.getVcsRootFor(myProject, file);
if (root != null) {
deletes.add(new HgFile(root, file));
}
}